home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
Drakojan.swf
/
scripts
/
DefineButton2_1741
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-07-21
|
138b
|
11 lines
on(release){
if(_root.score > 2500)
{
nextFrame();
}
if(_root.score < 2500)
{
gotoAndStop(3);
}
}